Revision: dftk--beta--0.2.0--patch-4
Archive: duck@duckcorp.org--duckcorp-rtpnet-projects
Creator: Duck <Duck@DuckCorp.org>
Date: Thu Nov 27 20:32:37 CET 2003
Standard-date: 2003-11-27 19:32:37 GMT
Modified-files: program/ia/dftk_ia_astarld.php
New-patches: duck@duckcorp.org--duckcorp-rtpnet-projects/dftk--beta--0.2.0--patch-4
Summary: Improved class DftkIaAstarLd customisability
Keywords: 

The successor selection among possible nodes is now customisable.
(the successor node in the search for a good enough path)
If the user gives a function name with the set_successor_selection_fct
method it will be used to choose the successor.
If this function return an out of range choice or if no function is
given, the first possible successor in list is used.

